Click or drag to resize

Bandwidth Class

Specifies the proposed bandwidth to be used by the session or media.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpBandwidth

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Bandwidth

The Bandwidth type exposes the following members.

Constructors
  NameDescription
Public methodBandwidth
Initializes a new instance of the Bandwidth class.
Public methodBandwidth(String, Int32)
Initializes a new instance of the Bandwidth class with the specified type and value.
Top
Properties
  NameDescription
Public propertyType
Gets or sets bandwidth type.
Public propertyValue
Gets or sets bandwidth value. The bandwidth value is in kilobits per second
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also